runtime.hchan.closed (field)
10 uses
runtime (current package)
chan.go#L39: closed uint32
chan.go#L213: if !block && c.closed == 0 && full(c) {
chan.go#L224: if c.closed != 0 {
chan.go#L304: if c.closed == 0 {
chan.go#L423: if c.closed != 0 {
chan.go#L434: c.closed = 1
chan.go#L559: if atomic.Load(&c.closed) == 0 {
chan.go#L588: if c.closed != 0 {
select.go#L283: if c.closed != 0 {
select.go#L290: if c.closed != 0 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |